FlexPivot for WinForms
AddItem(Object[],Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > AddItem メソッド : AddItem(Object[],Int32,Int32) メソッド
Array of objects that will be assigned to the new row.
Position where the new row will be inserted.
First column to populate with the items in the items array. This parameter is usually set to the index of the first scrollable column.
Adds a row to the grid at a specified position and populates the new row with data.
シンタックス
'宣言
 
Public Overloads Function AddItem( _
   ByVal items() As System.Object, _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer _
) As Row
public Row AddItem( 
   System.object[] items,
   System.int rowIndex,
   System.int colIndex
)

パラメータ

items
Array of objects that will be assigned to the new row.
rowIndex
Position where the new row will be inserted.
colIndex
First column to populate with the items in the items array. This parameter is usually set to the index of the first scrollable column.

戻り値の型

A reference to the new row.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧